Auto merge of #2863 - QuiltOS:specified-req, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 12 Jul 2016 19:53:21 +0000 (12:53 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2016 19:53:21 +0000 (12:53 -0700)
commitc20e060d952645e1b2e6b86e34acc27b51aa9e65
treec75c74daae7dfc76e909cfb867bc825688b2ba89
parentfecf7edde9655a62c0808d1ca0a8919e7de288c0
parent0d7b5cc47edb4c4e11f72d9c2fd1c3324a572863
Auto merge of #2863 - QuiltOS:specified-req, r=alexcrichton

Make the `DependencyInner::specified_req` field a bool.

I could almost get rid if it completely, but then the dependency verifier would have to abort on, say, no version req specified or the any req. Crates.io indeed doesn't want wildcards, but other registries some day may have a different policy.

Making it a mere bool---since all the information it contained is on the `req` field anyways---was the next best thing.